home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / util2 / mhsutil3.lha / c / ccfq.hlibrary / ccfq.hlibrary
Text File  |  1995-09-25  |  4KB  |  98 lines

  1. @x=0n|c=Topic|t=Help, 'CCFQ' software!
  2. {HLP|^[1m^[3mWelcome to '^[32mCCFQ^[31m'!^[0m
  3.  
  4.  
  5.                         ^[43m^[32m                          ^[0m
  6.                         ^[43m^[32m                          ^[0m^[41m ^[0m
  7.                         ^[43m^[32m           CCFQ           ^[0m^[41m ^[0m
  8.                         ^[43m^[32m                          ^[0m^[41m ^[0m
  9.                         ^[43m^[32m                          ^[0m^[41m ^[0m
  10.                          ^[41m^[32m                          ^[0m
  11.  
  12.                  Communication Control File Queue software
  13.  
  14.                             ^[4mOnline Help Library^[0m
  15.  
  16.  
  17.             ©1995, ^[1mMIKE HURT SOFTWARE!^[0m ^[3mAll rights are reserved^[0m.
  18.  
  19.  
  20.   ^[43m                                                                    ^[0m^[43m ^[0m
  21.   ^[43m ^[0m                                                                   ^[0m^[43m ^[0m
  22.   ^[43m ^[0m ^[4m^[1mTopics include:^[0m                                                   ^[0m^[43m ^[0m
  23.   ^[43m ^[0m                                                                   ^[0m^[43m ^[0m
  24.   ^[43m ^[0m ^[32mCCFQ^[0m ............ Using 'CCFQ'.                                   ^[0m^[43m ^[0m
  25.   ^[43m ^[0m ^[32mSYNTAX^[0m .......... Command line syntax.                            ^[0m^[43m ^[0m
  26.   ^[43m ^[0m                                                                   ^[0m^[43m ^[0m
  27.   ^[43m                                                                    ^[0m^[43m ^[0m
  28.  
  29.   Enter each ^[1mTOPIC^[0m to review below, then press ^[1m[RETURN]^[0m! Or, just press
  30.                                   ^[1m/ [RETURN]^[0m to view the next ^[1mTOPIC^[0m!
  31.               |
  32.               |
  33.              \!/
  34.  
  35. }
  36. {CCFQ|^[1m^[3mUsing 'CCFQ'!^[0m
  37.  
  38.     INTRO
  39.     -----
  40.  
  41.     Some programs will run 'in the background' making it difficult
  42.     to directly communicate with them.  One example would be a
  43.     program that would monitor memory:  it wouldn't necessarily
  44.     need to display a window until memory had gotten too low
  45.     (below a set lower limit).  Therefore quitting it could be
  46.     difficult.  Most programs have the option of '-q' to quit
  47.     a 'hidden' or 'in the background' program.  However, to access
  48.     all the possible programs from any CLI/ Shell would require
  49.     each program to exist in your current c: directory or path.
  50.     'CCFQ' allows a single interface to quickly and easily 'talk'
  51.     to all programs using the personal 'ccf' convention.
  52.  
  53.  
  54.     CCFQ
  55.     ----
  56.  
  57.     'CCFQ' will identify each program that uses this convention by a
  58.     task number.  All command strings to be sent to a currently
  59.     listed (queued) 'ccf' program should be preceded by this number.
  60.  
  61.  
  62.     CCFQ COMMANDS
  63.     -------------
  64.  
  65.     Here are some of the common commands:
  66.  
  67.     QUIT ..... Cause the program specified to exit or quit.
  68.     PREF ..... Cause the program to bring up it's configuration window.
  69.  
  70.     ... utilized by programs using the 'ccfq' convention.
  71.  
  72. }
  73. {SYNTAX|^[1m^[3mSyntax from the CLI/ Shell!^[0m
  74.  
  75.     SYNTAX
  76.     ------
  77.  
  78.     You can display all the available options by entering from the
  79.     CLI/ Shell (without the single quotes ''):
  80.  
  81.     'CCFQ ?'
  82.  
  83.  
  84.     Here are some other example(s):
  85.  
  86.     'CCFQ'
  87.     (Will display all queued programs, then prompt for the task &
  88.      message to send.)
  89.  
  90.     'CCFQ 1 quit'
  91.     (Will ask the program specified by the task# to quit.)
  92.  
  93.     'CCFQ 1 pref'
  94.     (Will ask the program specified by the task# for it's
  95.      preferences window.)
  96.  
  97. }
  98. @END